home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-10 | 1.3 KB | 42 lines | [TEXT/CWIE] |
- // ===============================================================================
- // NetServer_DebugHeaders.pch++ ©1995-1998 Metrowerks Inc. All rights reserved.
- // ===============================================================================
- //
- // Source for precompiled header for PowerPlant headers
- //
- // This file #includes most header files for the PowerPlant library,
- // as well as most of the Toolbox headers used by the PowerPlant library
- // with all debugging symbols defined.
-
-
- // This same file works for PowerPC and 68K. We check the target
- // at compile time and specify the appropriate output file name.
-
- #if __POWERPC__
- #pragma precompile_target "NetServer_DebugHeadersPPC++"
-
- #else
- #pragma precompile_target "NetServer_DebugHeaders68K++"
- #endif
-
- #pragma once on
-
- // Option for using PowerPlant namespace
-
- #define PP_Uses_PowerPlant_Namespace 1 // off, don't use PowerPlant namespace
-
- // establish some essential PowerPlant macros:
-
- #define PP_StdDialogs_Option PP_StdDialogs_ClassicOnly // use classic standard dialog
- // implementation
-
- // Define all debugging symbols
- // (Debug_Throw catches too many Networking Classes exceptions)
-
- #define Debug_Signal
- //#define Debug_Throw
-
- // include the header files for the standard PowerPlant classes
-
- #include <PP_ClassHeaders.cp>
-